Post release 2.18.0 actions#3654
Merged
AlexanderDokuchaev merged 7 commits intoopenvinotoolkit:developfrom Sep 8, 2025
Merged
Conversation
### Changes * Added a new function `_get_cpu_architecture()` to retrieve the CPU's architecture using `ov.properties.device.architecture`. * Updated the `is_arm_cpu()` function to use `_get_cpu_architecture()` instead of `_get_cpu_name()` for determining if the CPU is ARM-based, resulting in a more reliable check. ### Reason for changes https://github.com/openvinotoolkit/nncf/actions/runs/17186509415/job/48756301432 Changed output of full_name property for macos https://github.com/openvinotoolkit/openvino/pull/31649/files ### Tests https://github.com/openvinotoolkit/nncf/actions/runs/17190083004/job/48764498315 https://github.com/openvinotoolkit/nncf/actions/runs/17190234113/job/48764865081
### Changes Fixed version of tf packages in tests/tensorflow/requirements.txt ### Reason for changes https://github.com/openvinotoolkit/nncf/actions/runs/17186508564/job/48756299266 Version of package differ from develop, in result of enabled `--pre` option
### Reason for changes Upcoming release ### Related tickets 172462 --------- Co-authored-by: Nikita Savelyev <nikita.savelyev@intel.com> Co-authored-by: Daniil Lyakhov <daniil.lyakhov@intel.com> Co-authored-by: Liubov Talamanova <liubov.talamanova@intel.com> Co-authored-by: Lyalyushkin Nikolay <nikolay.lyalyushkin@intel.com> Co-authored-by: Andrey Churkin <andrey.churkin@intel.com> Co-authored-by: andreyanufr <andrey.anufriev@intel.com> Co-authored-by: Alexander Suslov <alexander.suslov@intel.com>
MaximProshin
approved these changes
Sep 8, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes
Bump OV version to 2025.3
Update docs
Cherry-pick from release branch:
Reason
Changes from release branch
Related tickets
172462
Tests
https://github.com/openvinotoolkit/nncf/actions/runs/17545330049
https://github.com/openvinotoolkit/nncf/actions/runs/17545486898